home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / gnuplot / gnuplot-3.7.1doc / readme < prev    next >
Text File  |  1999-11-29  |  4KB  |  111 lines

  1. Short: Interactive function and data plotting
  2. Uploader: Lars Hecking <gnuplot@ftp.ucc.ie>
  3. Author: Thomas Williams, Colin Kelley
  4. Type: gfx/misc
  5. Replaces: gfx/misc/gnuplot-3.7doc.lha
  6.  
  7. This is the Amiga version of gnuplot-3.7.1. The Aminet distribution is
  8. split across three archives:
  9.  
  10. gnuplot-3.7.1bin.lha
  11.     Binaries for 68000/68020/68040 (ieee math), and 68020/68040 (68881 math),
  12.     all compiled with SAS/C 6.58. The online help file gnuplot.gih. All these
  13.     executables support GIF and PNG output.
  14.     gnuplot can also be built with the Geek Gadgets environment from
  15.     http://www.ninemoons.com/GG/. It builds out of the box.
  16.     There are no PPC executables.
  17.  
  18. gnuplot-3.7.1doc.lha
  19.     Documentation in .guide and .html format, the Unix man page in nroff
  20.     format.
  21.  
  22. gnuplot-3.7.1src.lha
  23.     The complete original source code.
  24.     
  25.  
  26. INSTALLATION
  27. ============
  28.  
  29. Install the executable appropriate for your machine (eg. SAS/68020/gnuplot.881)
  30. as gnuplot in a location of choice. The help file gnuplot.gih goes to S:.
  31.  
  32. FEATURES
  33. ========
  34.  
  35. The new features added since the last gnuplot release 6 years ago are
  36. too numerous to be listed here. Refer to ANNOUNCEMENT, and the NEWS
  37. file in the source distribution. Some new features are described in
  38. the online help.
  39.  
  40. For the Amiga, pipe support, and a new "window" terminal option have
  41. been added. The "window" option is based on the code in
  42. Aminet:util/gnu/gnuplot.lha by George Coulouris.
  43.  
  44.  
  45. OBSOLETE VERSIONS ON AMINET
  46. ===========================
  47.  
  48. util/gnu/gnufit12gp35.lha  271K 258+gnuplot 3.5 patched with gnufit 1.2
  49.     The functionality of gnufit has been integrated and enhanced in
  50.     gnuplot-3.7.
  51.     
  52. util/gnu/gnuplot-3.5.lha   921K 231+Interactive function and data plotting p
  53.     Previous version, 3.5.
  54.  
  55.  
  56. util/gnu/gnuplot.lha       753K 161+Gnuplot, AmigaDOS 3.0 driver
  57.     This version for AmigaOS 3.0+ plots to a window instead of a screen.
  58.     I have integrated this feature into gnuplot-3.7 in a backwards
  59.     compatible manner.
  60.  
  61. util/gnu/GNUPLOT_bin.lha    594K 154+This is gnuplot version 3.5.248 the late
  62. util/gnu/GNUPLOT_doc.lha    250K 154+This is gnuplot version 3.5.248 the late
  63. util/gnu/GNUPLOT_src.lha    632K 154+This is gnuplot version 3.5.248 the late
  64.     This is the long obsolete beta248 version. The last public beta
  65.     version was beta349.
  66.  
  67.  
  68. BUILDING FROM SOURCE
  69. ====================
  70.  
  71. The Build/ directory in the bin archive contains the makefiles I used for
  72. building the distribution. I did the following steps:
  73.  
  74.  o unpack the gnuplot source archive
  75.  o cd into the gnuplot source directory
  76.  o unpack the gd, png, and zlib library archives. These are available from
  77.      http://www.boutell.com/gd/
  78.      http://www.cdrom.com/pub/png/pngcode.html
  79.      http://www.cdrom.com/pub/infozip/zlib/
  80.    respectively.
  81.  o in the top level directory, I created a Makefile (Build/Makefile)
  82.    to build all libraries and gnuplot with one make command. This
  83.    Makefile cannot be used with SAS/C's smake, because smakefiles
  84.    cannot use the cd command.
  85.  o in the gd source directory, I modified the existing Makefile
  86.    for SAS/C (Build/smakefile.gd)
  87.  o in the libpng source directory, I copied and modified the existing
  88.    scripts/makefile.ama to smakefile (BUild/smakefile.png)
  89.  o in the zlib source directory, I copied and modified the existing
  90.    amiga/Makefile.sas to smakefile (Build/smakefile.zlib)
  91.  o in the gnuplot source directory, I copied and modified the original
  92.    makefile.amg to smakefile (Build/smakefile)
  93.  o adjust the CPU and MATH variables in the top Makefile
  94.  o run GNU make :)
  95.  
  96.  
  97. SUPPORT
  98. =======
  99.  
  100. This gnuplot distribution is provided AS IS. The terms and conditions
  101. of using gnuplot are explicitly outlined in the gnuplot Copyright
  102. statement, which can be found in the top level directory of all
  103. distribution archives.
  104.  
  105. My Amiga is running mostly Linux or NetBSD these days, so I'm not going
  106. to provide any specific Amiga0S support. For general problems with
  107. gnuplot, use the established comp.graphics.apps.gnuplot forum on
  108. Usenet, or subscribe to info-gnuplot@dartmouth.edu (send mail with
  109. "subscribe info-gnuplot" to majordomo@dartmouth.edu).
  110.  
  111.